home *** CD-ROM | disk | FTP | other *** search
/ Maclife 129 / MACLIFE129.ISO.7z / MACLIFE129.ISO / mac / MACLIFE連載 / AppleScript / FaceSpan 3.0 Demo Installer.sit / FaceSpan 3.0 Demo Installer / FaceSpan 3.0 Demo / Feature Highlights / Contextual Menus / Contextual Menu with AppleGuide / Contextual Menu Guide.gtb < prev    next >
Text File  |  1997-08-16  |  8KB  |  106 lines

  1. <Resource>"Mark's Edits.rtf.gtb",all
  2. #$0000000800a903440924b9a000000020000100000000000000000001000000000000000800010000000a000000000000
  3. <Define Prompt Set>"Untitled2","","For more, click the right arrow.","ミ End ミ","For instructions on what you chose, click the right arrow."
  4. #$00000008005e0344ee85305300000020000100000000000000000001000000000000000800010000000a000000000000
  5. <Define Prompt Set>"Untitled","","For more, click the right arrow.","ミ End ミ","For instructions on what you chose, click the right arrow."
  6. #    Defines the presentation access screen to start up this guide file
  7. <Startup Window>presentation,"Presentation Sequence"
  8.  
  9. <Build Sequence>"Dottie Seq",9999
  10.  
  11. ### Initial presentation sequence.
  12. #$0000000800020344e2af47d400000020000100000000000000000001000000000000000800010000000a000000000000
  13. <Define Sequence>"Presentation Sequence","FaceSpan Contextual Menu Example"
  14. <Panel>"Contextual Menu Panel"
  15. <End Sequence>
  16. #$0000000800670344f22ebd7c00000020000100000000000000000001000000000000000800010000000a000000000000
  17. <Define Sequence>"Dottie Seq","Dottie's Sequence"
  18. <Panel>"Dottie Panel"
  19. <End Sequence>
  20.  
  21.  
  22. ### NAVIGATION BUTTONS
  23. # You will need to add pictures to your AGVAT document before these nav buttons
  24. # can be enabled.
  25. #<define nav button> "Huh?",1106,1108,1110,dimmable
  26. #<define nav button> "GoStart",1100,1102,1104,GoStart()
  27. #<define nav button set> "Standard Nav Bar","GoStart","Huh?"
  28. #<define nav button set> "GoBack Only","GoStart"
  29. #<define nav button set> "Huh? Only","Huh?"
  30. #<default nav button set> "Standard Nav Bar"
  31.  
  32. ###    EVENT DEFINITIONS
  33. <Define Event>"DoHuh",'s***','help','dhuh'
  34. <Define Event>"GoBack",'s***','help','gobk'
  35. <Define Event>"GoStart",'s***','help','stac'
  36.  
  37. ### FORMATS
  38. <Define Format>"Tag",Column(6,0,54),"Espy Sans Bold",10,,black,right,false
  39. <Define Format>"Body",Column(6,65,330),"Espy Serif",10,plain,,left,true
  40. <Define Format>"Full",Column(6,11,330),"Espy Serif",10,plain,,left,false
  41. <Define Format>"ResetZero",Column(0,0,330),,,,black,,false
  42. <Default Format>"Full"
  43.  
  44.  
  45. ### PROMPT SETS
  46. #$00000008000d0344e2b126c700000020000100000000000000000001000000000000000800010000000a000000000000
  47. <Define Prompt Set>"Standard","For more, click the right arrow.","For more, click the right arrow.","ミ End ミ","For instructions on what you chose, click the right arrow."
  48. #$00000008000e0344e2b1314f00000020000100000000000000000001000000000000000800010000000a000000000000
  49. <Define Prompt Set>"None"," "," "," "," "
  50. <Default Prompt Set>"Standard"
  51. #$0000000800100344e2b13eb500000020000100000000000000000001000000000000000800010000000a000000000000
  52. <Define Prompt Set>"Steps","For instructions, click the right arrow.","Do this step, then click the right arrow.","Do this step, then youユre done.","For instructions on what you chose, click the right arrow."
  53. #$0000000800110344e2b147af00000020000100000000000000000001000000000000000800010000000a000000000000
  54. <Define Prompt Set>"A Tip","For a tip, click the right arrow.","For a tip, click the right arrow.","Read this information, then youユre done.","For instructions on what you chose, click the right arrow."
  55. #$0000000800120344e2b14f5800000020000100000000000000000001000000000000000800010000000a000000000000
  56. <Define Prompt Set>"Another Tip","For another tip, click the right arrow.","For another tip, click the right arrow.","Read this information, then youユre done.","For instructions on what you chose, click the right arrow."
  57. #$0000000800130344e2b1570c00000020000100000000000000000001000000000000000800010000000a000000000000
  58. <Define Prompt Set>"Information","Read this information, then click the right arrow.","Read this information, then click the right arrow.","Read this information, then youユre done.","For instructions on what you chose, click the right arrow."
  59. #$0000000800140344e2b1634400000020000100000000000000000001000000000000000800010000000a000000000000
  60. <Define Prompt Set>"Instructions","For instructions, click the right arrow.","For instructions, click the right arrow.","Read this information, then youユre done.","For instructions on what you chose, click the right arrow."
  61. #$0000000800150344e2b1673300000020000100000000000000000001000000000000000800010000000a000000000000
  62. <Define Prompt Set>"Auto Opening Folder","After the folder opens, click Continue.","After the folder opens, click Continue.","After the folder opens, click Continue."," "
  63. #$0000000800160344e2b16d0f00000020000100000000000000000001000000000000000800010000000a000000000000
  64. <Define Prompt Set>"Auto Opening Window","After the window opens, click Continue.","After the window opens, click Continue.","After the window opens, click Continue."," "
  65.  
  66.  
  67. ###    COACHMARKS -- Generic interface elements
  68. <Define Window Coach>"Application menu icon",'MACS',redcircle,desktop,Rect(5,-35,15,-16),topright
  69. <Define Window Coach>"Application menu icon arrow",'MACS',RedArrow(7,3),desktop,Rect(20,-80,65,-35),topright
  70. <Define Window Coach>"Help menu icon",'MACS',redcircle,desktop,Rect(5,-61,15,-41),topright
  71. <Define Window Coach>"Help menu icon arrow",'MACS',RedArrow(7,3),desktop,Rect(20,-105,65,-61),topright
  72. <Define Window Coach>"Sticky Keys menubar icon",'MACS',redcircle,desktop,Rect(5,-15,15,-7),topright
  73. <Define Window Coach>"Keyboard menubar icon",'MACS',redcircle,desktop,Rect(5,-61,15,-41),topright
  74. <Define Window Coach>"Close box in front window",front,redcircle,frontwindow,closebox
  75. <Define Window Coach>"Zoom box in front window",front,redcircle,frontwindow,zoombox
  76. <Define Window Coach>"Grow box in front window",front,redcircle,frontwindow,growbox
  77. <Define Item Coach>"OK button in front dialog",front,redcircle,frontwindow,DialogID(1)
  78. <Define Item Coach>"Name box in Save dialog",front,redcircle,frontwindow,DialogID(10)
  79. #$0000000800220344e2b3468f00000020000100000000000000000001000000000000000800010000000a000000000000
  80. <Define Menu Coach>"Control Panels in Apple menu",front,redcircle,apple,"Control Panels",red,underline
  81. #$0000000800230344e2b34c5b00000020000100000000000000000001000000000000000800010000000a000000000000
  82. <Define Menu Coach>"Save As in File menu",front,redcircle,"File","Save Asノ",red,underline
  83. #$0000000800240344e2b351e100000020000100000000000000000001000000000000000800010000000a000000000000
  84. <Define Menu Coach>"Page Setup in File menu",front,redcircle,"File","Page Setupノ",red,underline
  85. #$0000000800250344e2b3574f00000020000100000000000000000001000000000000000800010000000a000000000000
  86. <Define Menu Coach>"Print in File menu",front,redcircle,"File","Printノ",red,underline
  87. #$0000000800260344e2b3609000000020000100000000000000000001000000000000000800010000000a000000000000
  88. <Define Menu Coach>"Quit in File menu",front,redcircle,"File","Quit",red,underline
  89. #$0000000800270344e2b4384900000020000100000000000000000001000000000000000800010000000a000000000000
  90. <Define Menu Coach>"Copy in Edit menu",front,redcircle,"Edit","Copy",red,underline
  91. #$0000000800280344e2b43f7600000020000100000000000000000001000000000000000800010000000a000000000000
  92. <Define Menu Coach>"Paste in Edit menu",front,redcircle,"Edit","Paste",red,underline
  93. <Define Panel>"Contextual Menu Panel"
  94. <Format>"Full"
  95. #$0000000800620344f06c4f3900000020000100000000000000000001000000000000000800010000000a000000000000
  96. This panel is displayed with you select メHelpモ from a contextual menu in the Contextual Menu example. 
  97.  
  98. This generic panel is displayed for items which don't have their own specific panels.  Try selecting Dottie's メHelpモ item!
  99. <End Panel>
  100. <Define Panel>"Dottie Panel"
  101. <Panel Prompt>"Untitled2"
  102. <Format>"Full"
  103. #$00000008007b0344f37820c900000020000100000000000000000001000000000000000800010000000a000000000000
  104. This panel is specific to Dottie.  You could go into detail about the plants she's growing or whatever else you like.
  105. <End Panel>
  106.